Overview
UART to FlexCAN project is a simple demonstration program based on KSDK peripheral drivers. It provides a way to demonstrate the performance of FlexCAN and UART peripheral drivers and use asynchronous send and receive functions to create a bridge between UART and FlexCAN. The features include:
- UART send and receive support
- Timeout supported by PIT0
- FlexCAN transfer and receive configure support
- FlexCAN send and receive support
Supported platforms
So far this project has been supported on platforms listed as below:
TWR-K64F120M
Function Description
These are the five functions which are defined in main.c
The prototypes for these functions are:
void PIT0_IRQHandler(void);
See the main.c file for more details.